home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 16 / bigemacs.zip / BIGEMACS.DOC < prev    next >
Text File  |  1986-02-24  |  1KB  |  30 lines

  1. BigEmacs is our friend uemacs.exe that has been tweaked to run a little 
  2. faster on True-PC-Compatibles and provides a few extra features.
  3.  
  4. 1.  Large Data Model - You can edit very large files with no problem, provided
  5. you have the memory in your machine.
  6.  
  7. 2.  Bios screen handler.  Makes a big difference in screen updates.
  8.  
  9. 3.  The keypad works.  Insert is bound to 'open line', and delete is bound
  10.     to 'delete forward.'  Other keys work as you might expect.
  11.  
  12. 4.  'ALT' commands.  ALT <character> is the same as <CTL-X><CTL-<chararcter>>.
  13.  
  14. NOTES
  15.  
  16. If you try and suck a large amount of data into the kill buffer, things slow
  17. down a lot.  There is an awful lot of processing going on there, and its all
  18. done indirect through pointers.  If you really need to do this kind of thing,
  19. don't reboot - go get a cup of coffee.
  20.  
  21. The default screen attribute is yellow on blue.  In order to change it,
  22. run the program atpatch thusly:
  23.  
  24.     C>atpatch emacs.exe
  25.  
  26. atpatch displays all possible attributes in a rather disgusting manner, and
  27. prompts you to choose one.  Once you've chosen one, it goes searching for the
  28. magic attribute byte to change.  This takes a minute or two, but I didn't
  29. figure it was worth optimizing for speed.
  30.